Constructor StringEventArgs
StringEventArgs(string)
Initializes a new instance of the StringEventArgs class with the specified string value.
public StringEventArgs(string value)
Parameters
valuestringThe string value associated with the event.
Initializes a new instance of the StringEventArgs class with the specified string value.
public StringEventArgs(string value)
value stringThe string value associated with the event.