StringEventArgs Class

Arguments for String Events.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public class StringEventArgs : EventArgs
Inheritance
Object    EventArgs    StringEventArgs

Constructors

StringEventArgsInitializes a new instance of the StringEventArgs class

Properties

Value Get/Set the Value associated with this Event.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also