public ZoomboxViewChangedEventArgs( ZoomboxView oldView, ZoomboxView newView, int oldViewStackIndex, int newViewStackIndex )
'Declaration Public Function New( _ ByVal oldView As ZoomboxView, _ ByVal newView As ZoomboxView, _ ByVal oldViewStackIndex As Integer, _ ByVal newViewStackIndex As Integer _ )
'Usage Dim oldView As ZoomboxView Dim newView As ZoomboxView Dim oldViewStackIndex As Integer Dim newViewStackIndex As Integer Dim instance As New ZoomboxViewChangedEventArgs(oldView, newView, oldViewStackIndex, newViewStackIndex)
Parameters
- oldView
- newView
- oldViewStackIndex
- newViewStackIndex