The version that you requested is unavailable. We've redirected you to the latest version of the help.
Version

MoveEventArgs class Members

The following tables list the members exposed by MoveEventArgs.

Public Constructors
 NameDescription
Public ConstructorMoveEventArgs Constructor  
Public Properties
 NameDescription
Public PropertybrowserEventGets reference to browser event.Reference to browser event. (Inherited from Infragistics.Web.UI.EventArgs)
Public PropertycancelChecks if event was canceled.True: event was canceled (Inherited from Infragistics.Web.UI.CancelEventArgs)
Public PropertyoldXGets old left position.Left position in pixels.  
Public PropertyoldYGets old top position.Top position in pixels.  
Public PropertyxGets new left position.Left position in pixels.  
Public PropertyyGets new top position.Top position in pixels.  
Public Methods
 NameDescription
Public MethoddisposeDisposes object. (Inherited from Infragistics.Web.UI.EventArgs)
See Also