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)
Datei anzeigen Open project: gdevic/GitForce

Public Methods

Method Description
ControlDirty ( object sender, EventArgs e ) : void

Method Details

ControlDirty() public static method

public static ControlDirty ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void