C# Class SecureDeleteWinForms.Modules.ModuleAction

Datei anzeigen Open project: gratianlup/SecureDelete Class Usage Examples

Public Properties

Property Type Description
IsEnabled ActionEnabledDelegate

Public Methods

Method Description
ModuleAction ( ActionType type, string name, string imageName, ActionEnabledDelegate enabledDelegate, EventHandler onClick ) : System
Trigger ( ) : void

Method Details

ModuleAction() public method

public ModuleAction ( ActionType type, string name, string imageName, ActionEnabledDelegate enabledDelegate, EventHandler onClick ) : System
type ActionType
name string
imageName string
enabledDelegate ActionEnabledDelegate
onClick EventHandler
return System

Trigger() public method

public Trigger ( ) : void
return void

Property Details

IsEnabled public_oe property

public ActionEnabledDelegate IsEnabled
return ActionEnabledDelegate