Share via


CustomEvent(String, Int32) Constructor

Definition

Initializes a new instance of the CustomEvent class.

public CustomEvent (string path = "", int line = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.TestActions.CustomEvent : string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.TestActions.CustomEvent
Public Sub New (Optional path As String = "", Optional line As Integer = 0)

Parameters

path
String

path for source.

line
Int32

line number in source.

Applies to