NetIde.Util.Forms.ContextEventArgs.ContextEventArgs C# (CSharp) Method

ContextEventArgs() public method

public ContextEventArgs ( Point location ) : System
location Point
return System
        public ContextEventArgs(Point location)
        {
            Location = location;
        }
ContextEventArgs