C# Class ComponentFactory.Krypton.Toolkit.ButtonSpecEventArgs

Details for button specification related events.
Inheritance: System.EventArgs
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
ButtonSpecEventArgs ( ButtonSpec spec, int index ) : System

Initialize a new instance of the ButtonSpecEventArgs class.

Method Details

ButtonSpecEventArgs() public method

Initialize a new instance of the ButtonSpecEventArgs class.
public ButtonSpecEventArgs ( ButtonSpec spec, int index ) : System
spec ButtonSpec Button spec effected by event.
index int Index of page in the owning collection.
return System