Basic Library for WinRT
CurrentChanging Event

The event is triggered before the current item is changing, and allows to cancel the move to another item.
Syntax
'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.

PropertyDescription
Cancel  
IsCancelable  
See Also

Reference

C1CollectionView Class
C1CollectionView Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback