RibbonElementPopupEventHandler Delegate

Definition

Namespace: PCB_Investigator.PCBIControls.Ribbon
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public delegate void RibbonElementPopupEventHandler(
	Object sender,
	RibbonElementPopupEventArgs e
)

Parameters

sender  Object
 
e  RibbonElementPopupEventArgs
 

See Also