C# Class FdoToolbox.Tasks.Services.TaskBeforeRemoveEventArgs

An event argument object passed when a connection is about to be renamed
Inheritance: CancelEventArgs
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode Description
TaskBeforeRemoveEventArgs ( string name ) : System

Initializes a new instance of the ConnectionBeforeRemoveEventArgs class.

Method Details

TaskBeforeRemoveEventArgs() public méthode

Initializes a new instance of the ConnectionBeforeRemoveEventArgs class.
public TaskBeforeRemoveEventArgs ( string name ) : System
name string The name.
Résultat System