Table of Contents

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

tabId int

Properties

TabId

id of the clicked tab

public int TabId { get; }

Property Value

int