ViewStateChangedEventHandler Delegate
.NET Framework (current version)
Declares a delegate type that handles changes to the view state.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
public delegate void ViewStateChangedEventHandler( Object^ sender, ViewStateChangedEventArgs^ e )
Parameters
- sender
-
Type:
System::Object^
The source of the event.
- e
-
Type:
System.Activities.Presentation.View::ViewStateChangedEventArgs^
An ViewStateChangedEventArgs object that contains no event data.
.NET Framework
Available since 4.0
Available since 4.0
Show: