MindFusion.UI for WebForms Programmer's Guide

WindowValidatingEventArgs Members

Constructors Methods
 


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

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

 Public Constructors

  Name Description

WindowValidatingEventArgs

Initializes a new instance of the WindowValidatingEventArgs class.

 Public Methods

  Name Description

getAction

Gets the action associated with the event.

getRawEventArgs

Gets the JavaScript event data.

getWindow

Gets the Window object associated with the event.

 See Also