CustomActionEventArgs Class

T3000 CrossPlatform

CustomActionEventArgs Class

[This is preliminary documentation and is subject to change.]

CustomAction event args
Inheritance Hierarchy
SystemObject  SystemEventArgs
    FastColoredTextBoxNSCustomActionEventArgs

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public class CustomActionEventArgs : EventArgs
Public Class CustomActionEventArgs
	Inherits EventArgs

Dim instance As CustomActionEventArgs

The CustomActionEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodCustomActionEventArgs
Initializes a new instance of the CustomActionEventArgs class
Top
Properties
  NameDescription
Public propertyAction
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also