Class SelectionChangingEventArgs
Represents the SelectionChangingEventArgs
Inheritance
System.Object
SelectionChangingEventArgs
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class SelectionChangingEventArgs : CancelEventArgs
Constructors
SelectionChangingEventArgs()
Event Argument for SelectionChangingEvent
Declaration
public SelectionChangingEventArgs()
Properties
Value
value store the selected item
Declaration
public object Value { get; }
Property Value
Type |
---|
System.Object |