Class PmpCheckBoxCheckedEventArgs
- Namespace
- Hymma.Solidworks.Addins
- Assembly
- Hymma.Solidworks.Addins.dll
event arguments for Checked
public class PmpCheckBoxCheckedEventArgs : EventArgs
- Inheritance
-
PmpCheckBoxCheckedEventArgs
- Inherited Members
Constructors
PmpCheckBoxCheckedEventArgs(bool)
default constructor
public PmpCheckBoxCheckedEventArgs(bool isChecked)
Parameters
isCheckedboolthe state of the checkbox passed in by SOLIDWORKS
Properties
IsChecked
the state of the checkbox passed in by SOLIDWORKS
public bool IsChecked { get; }