Class PmpTabClickedEventArgs
- Namespace
- Hymma.Solidworks.Addins
- Assembly
- Hymma.Solidworks.Addins.dll
event args for tab clicked event
public class PmpTabClickedEventArgs
- Inheritance
-
PmpTabClickedEventArgs
- Inherited Members
Constructors
PmpTabClickedEventArgs(int)
constructor for tab clicked event args
public PmpTabClickedEventArgs(int tabId)
Parameters
tabIdint
Properties
TabId
id of the clicked tab
public int TabId { get; }