public DockChangedEventArgs(DockChangedType theDockChangedType, object thisControl,string name=null)
     : base()
 {
     DockChangedType = theDockChangedType;
     Control = thisControl;
     this.Name = name;
 }
Beispiel #2
0
 public DockChangedEventArgs(DockChangedType theDockChangedType, object thisControl, string name = null)
     : base()
 {
     DockChangedType = theDockChangedType;
     Control         = thisControl;
     this.Name       = name;
 }