Table of Contents

Delegate PmpSelectionBoxEventHandler<EventArgs>

Namespace
Hymma.Solidworks.Addins
Assembly
Hymma.Solidworks.Addins.dll

an event handler for PmpSelectionBox where th event returns some event arguments

public delegate void PmpSelectionBoxEventHandler<EventArgs>(PmpSelectionBox sender, EventArgs eventArgs)

Parameters

sender PmpSelectionBox

the controller

eventArgs EventArgs

event arguments provided to you by SOLIDWORKS when this event happens

Type Parameters

EventArgs