C# 클래스 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)
파일 보기 프로젝트 열기: gdevic/GitForce

공개 메소드들

메소드 설명
ControlDirty ( object sender, EventArgs e ) : void

메소드 상세

ControlDirty() 공개 정적인 메소드

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