StateChangedEventArgs(Int32) 构造函数

定义

StateChangedEventArgs使用给定的信息构造对象。

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)

参数

fEnteringState
Int32

适用于