'Declaration Public Event SelectedTextChanged As System.EventHandler(Of TextEventArgs)
public event System.EventHandler<TextEventArgs> SelectedTextChanged
Event Data
The event handler receives an argument of type TextEventArgs containing data related to this event. The following TextEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Text | Text from event. |
See Also