MindFusion.UI for WebForms Programmer's Guide

WindowModifiedEventArgs Members

Constructors Methods
 


Contains the arguments passed to handlers of Window modification related events.

The following tables list the members exposed by the WindowModifiedEventArgs type.

 Public Constructors

  Name Description

WindowModifiedEventArgs

Initializes a new instance of the WindowModifiedEventArgs class.

 Public Methods

  Name Description

getAction

Gets the action associated with the event.

getNewBounds

Gets the bounds of the Window after the modification.

getOldBounds

Gets the bounds of the Window before the modification.

getRawEventArgs

Gets the JavaScript event data.

getWindow

Gets the Window object associated with the event.

 See Also