C# Class ApplicationLifetimeSample.SaveStateEventArgs

Class used to hold the event data required when a page attempts to save state.
Inheritance: System.EventArgs
Show file Open project: ProfessionalCSharp/ProfessionalCSharp6

Public Methods

Method Description
SaveStateEventArgs ( Object>.Dictionary pageState ) : System

Initializes a new instance of the SaveStateEventArgs class.

Method Details

SaveStateEventArgs() public method

Initializes a new instance of the SaveStateEventArgs class.
public SaveStateEventArgs ( Object>.Dictionary pageState ) : System
pageState Object>.Dictionary An empty dictionary to be populated with serializable state.
return System