Event fired when the select item is committed.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
| C# |
|---|
public event EventHandler<PropertyChangedEventArgs<Object>> SelectionCommitted |
| Visual Basic |
|---|
Public Event SelectionCommitted As EventHandler(Of PropertyChangedEventArgs(Of Object)) |