Class RecordingStartedEventHandler
Represents the method that will handle recording started events.
Inheritance
System.Object
RecordingStartedEventHandler
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Media.dll
Syntax
public sealed class RecordingStartedEventHandler : MulticastDelegate
Constructors
RecordingStartedEventHandler(Object, IntPtr)
Declaration
public RecordingStartedEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, RecordingStartedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, RecordingStartedEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Recording
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, RecordingStartedEventArgs)
Declaration
public virtual void Invoke(object sender, RecordingStartedEventArgs e)
Parameters
System.
|
Recording
|