PanelStateEventArgs Constructor
|
Namespace: Bricscad.Windows
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public PanelStateEventArgs(
StateEventIndex st
)
Public Sub New (
st As StateEventIndex
)
public:
PanelStateEventArgs(
StateEventIndex st
)
new :
st : StateEventIndex -> PanelStateEventArgs
Parameters
- st
- Type: Bricscad.WindowsStateEventIndex
See Also