ComponentOne Extended Library for UWP
CurrentZoneChanged Event

C1.UWP.Extended Assembly > C1.Xaml.Extended Namespace > C1Book Class : CurrentZoneChanged Event
Event raised when the CurrentZone property has changed.
Syntax
'Declaration
 
Public Event CurrentZoneChanged As System.EventHandler(Of PropertyChangedEventArgs(Of BookZone))
public event System.EventHandler<PropertyChangedEventArgs<BookZone>> CurrentZoneChanged
Event Data

The event handler receives an argument of type C1.Xaml.PropertyChangedEventArgs<T> containing data related to this event. The following PropertyChangedEventArgs<T> properties provide information specific to this event.

PropertyDescription
 
 
See Also