CustomDisplayTextEventArgs Constructors
Provides data for the BaseEdit.CustomDisplayText event.Name | Parameters | Description |
---|---|---|
CustomDisplayTextEventArgs() | none | Initializes a new instance of the CustomDisplayTextEventArgs class with default settings. |
CustomDisplayTextEventArgs(RoutedEvent, Object) | routedEvent, source | Initializes a new instance of the CustomDisplayTextEventArgs class with the specified routed event and source. |
CustomDisplayTextEventArgs(RoutedEvent) | routedEvent | Initializes a new instance of the CustomDisplayTextEventArgs class with the specified routed event. |
See Also