C# Class GitForce.ControlDirtyHelper

This class is a static helper class that simply marks a tag field of a calling control with a non-empty value. It should be called on text/value/state changed event of a control when the set operation may be expensive (such are calling git to set configuration parameters)
Afficher le fichier Open project: gdevic/GitForce

Méthodes publiques

Méthode Description
ControlDirty ( object sender, EventArgs e ) : void

Method Details

ControlDirty() public static méthode

public static ControlDirty ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void