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.
Begins an event with the specified name.
public object BeginEvent (string eventName);
abstract member BeginEvent : string -> obj
Public Function BeginEvent (eventName As String) As Object