Dalssoft.DiagramNet.ElementSelectionEventArgs.ElementSelectionEventArgs C# (CSharp) Method

ElementSelectionEventArgs() public method

public ElementSelectionEventArgs ( ElementCollection elements ) : System
elements ElementCollection
return System
		public ElementSelectionEventArgs(ElementCollection elements)
		{
			this.elements = elements;
		}
ElementSelectionEventArgs