Class SelectionChangingEventArgs
Represents class for SelectionChangingEventArgs.
Inheritance
System.Object
SelectionChangingEventArgs
Namespace: Syncfusion.XForms.WPF.ComboBox
Assembly: Syncfusion.SfComboBox.XForms.WPF.dll
Syntax
public class SelectionChangingEventArgs : CancelEventArgs
Constructors
SelectionChangingEventArgs()
Represents SelectionChangingEventArgs constructor.
Declaration
public SelectionChangingEventArgs()
Properties
Value
Represents object for SelectionChangingEventArgs Value.
Declaration
public object Value { get; }
Property Value
Type |
---|
System.Object |