StateChangedEventArgs(Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs a StateChangedEventArgs object with the given info.
public:
StateChangedEventArgs(int fEnteringState);
public:
StateChangedEventArgs(int fEnteringState);
StateChangedEventArgs(int fEnteringState);
public StateChangedEventArgs (int fEnteringState);
new Microsoft.VisualStudio.PlatformUI.OleComponentSupport.StateChangedEventArgs : int -> Microsoft.VisualStudio.PlatformUI.OleComponentSupport.StateChangedEventArgs
Public Sub New (fEnteringState As Integer)
Parameters
- fEnteringState
- Int32