TextChangingEventArgs(RoutedEvent, Interactive) Constructor
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public TextChangingEventArgs(
RoutedEvent? routedEvent,
Interactive? source
)
Public Sub New (
routedEvent As RoutedEvent,
source As Interactive
)
new :
routedEvent : RoutedEvent *
source : Interactive -> TextChangingEventArgs
Parameters
- routedEvent RoutedEvent
- The routed event associated with these event args.
- source Interactive
- The source object that raised the routed event.