BrowserWindowEx.DoAction(RequestActionEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by UII when an action is about to be performed.
protected:
override void DoAction(Microsoft::Uii::Csr::RequestActionEventArgs ^ args);
protected override void DoAction (Microsoft.Uii.Csr.RequestActionEventArgs args);
override this.DoAction : Microsoft.Uii.Csr.RequestActionEventArgs -> unit
Protected Overrides Sub DoAction (args As RequestActionEventArgs)
Parameters
Represents the event arguments for request action event.