Fired when a command, including a PropertyManager page, is okay'd or canceled by a user.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DSldWorksEvents_CommandCloseNotifyEventHandler( _
ByVal Command As System.Integer, _
ByVal reason As System.Integer _
) As System.Integer |
C# | |
---|
public delegate System.int DSldWorksEvents_CommandCloseNotifyEventHandler(
System.int Command,
System.int reason
) |
C++/CLI | |
---|
public delegate System.int DSldWorksEvents_CommandCloseNotifyEventHandler(
& System.int Command,
& System.int reason
) |
Parameters
- Command
- Command as defined in swCommands_e
- reason
Reason as defined by:
- swCommands_e.swCommands_PmOK or swCommands_e.swCommands_PmCancel (for PropertyManager page closures)
- swCommands_e.swCommands_Exit_Measure (for Measure dialog closures)
- swCommands_Comp_Isolate_Exit (for Isolate dialog closures)
Example
Remarks
Availability
SOLIDWORKS 2008 FCS, Revision Number 16.0