Share via


DynamicsBaseHostedControl.FireEvent Method (String, Dictionary<String, String>)

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016

Fires and event to the event configuration for the control. It is executed on the same session that the control lives in.

Namespace:   Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly:  Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Syntax

public bool FireEvent(
    string eventName,
    Dictionary<string, string> parameters
)
Public Function FireEvent (
    eventName As String,
    parameters As Dictionary(Of String, String)
) As Boolean

Parameters

  • eventName
    Type: System.String

    The name of the event as defined in the event configuration in CRM

Return Value

Type: System.Boolean

Success or failure (true or false)

See Also

FireEvent Overload
DynamicsBaseHostedControl Class
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace

Return to top

Unified Service Desk 2.0

© 2017 Microsoft. All rights reserved. Copyright