SIL.FieldWorks.Common.Framework.DetailControls.TreeNodeEventArgs.TreeNodeEventArgs C# (CSharp) Méthode

TreeNodeEventArgs() public méthode

Constructor
public TreeNodeEventArgs ( Control context, Slice slice, Point location ) : System
context System.Windows.Forms.Control
slice Slice
location Point
Résultat System
		public TreeNodeEventArgs(Control context, Slice slice, Point location)
		{
			m_location = location;
			m_slice= slice;
			m_contextControl =context;
		}
TreeNodeEventArgs