CRMDialogs.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.
Represents the action handler for UII.
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
Specifies the event arguments for request action event.