// Methods
 public ElementExpandChangedEventArgs(SvgElement changeelemnt, SvgElementCollection list, ItopVector.Core.ExpandAction action)
 {
     this.ChangeElement = changeelemnt;
     this.ChangeElements = list;
     this.ExpandAction = action;
 }
Пример #2
0
 // Methods
 public ElementExpandChangedEventArgs(SvgElement changeelemnt, SvgElementCollection list, ItopVector.Core.ExpandAction action)
 {
     this.ChangeElement  = changeelemnt;
     this.ChangeElements = list;
     this.ExpandAction   = action;
 }