'Declaration
Public Event ActivePageChanged As EventHandler(Of ActivePageChangedEventArgs)
public event EventHandler<ActivePageChangedEventArgs> ActivePageChanged
Event Data
The event handler receives an argument of type ActivePageChangedEventArgs containing data related to this event. The following ActivePageChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
NewActivePage | Gets the current value of ActivePage. |
OldActivePage | Gets the previous value of ActivePage. |
See Also