CmisSync.SetupSubCustomizeController.RemoveEvent C# (CSharp) Method

RemoveEvent() public method

public RemoveEvent ( ) : void
return void
        void RemoveEvent()
        {
            this.RepoNameDelegate.StringValueChanged -= CheckRepoNameText;
            this.LocalPathDelegate.StringValueChanged -= CheckLocalPathText;
            Controller.UpdateAddProjectButtonEvent -= SetAddButton;
            Controller.LocalPathExists -= LocalPathExistsHandler;
        }