'Declaration Public Event CurrentChanging As Windows.UI.Xaml.Data.CurrentChangingEventHandler
public event Windows.UI.Xaml.Data.CurrentChangingEventHandler CurrentChanging
Event Data
The event handler receives an argument of type Windows.UI.Xaml.Data.CurrentChangingEventArgs containing data related to this event. The following CurrentChangingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets or sets a value that indicates whether the CurrentItem change should be canceled. |
IsCancelable | Gets a value that indicates whether the CurrentItem change can be canceled. |
See Also