hMailServer.Administrator.Utilities.DirtyChecker.SubscribeToChange C# (CSharp) Method

SubscribeToChange() public static method

public static SubscribeToChange ( Control parentControl, EventHandler ev ) : void
parentControl System.Windows.Forms.Control
ev EventHandler
return void
        public static void SubscribeToChange(Control parentControl, EventHandler ev)
        {
            IterateControls(parentControl, Action.SubscribeToChange, ev);
        }