C# Class SecureDeleteWinForms.Modules.ModuleAction

Afficher le fichier Open project: gratianlup/SecureDelete Class Usage Examples

Méthodes publiques

Свойство Type Description
IsEnabled ActionEnabledDelegate

Méthodes publiques

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

Method Details

ModuleAction() public méthode

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

Trigger() public méthode

public Trigger ( ) : void
Résultat void

Property Details

IsEnabled public_oe property

public ActionEnabledDelegate IsEnabled
Résultat ActionEnabledDelegate