C# Class SystemEx.Windows.Forms.FlyoutStateChangedEventArgs

Inheritance: System.EventArgs
Show file Open project: pvginkel/SystemEx Class Usage Examples

Public Methods

Method Description
FlyoutStateChangedEventArgs ( FlyoutState previousState, FlyoutState state ) : System

Method Details

FlyoutStateChangedEventArgs() public method

public FlyoutStateChangedEventArgs ( FlyoutState previousState, FlyoutState state ) : System
previousState FlyoutState
state FlyoutState
return System