Delegate OutlookViewItemEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void OutlookViewItemEventHandler(object sender, OutlookViewItemEventArgs args);
Parameters
System.
|
Outlook
|
Constructors
OutlookViewItemEventHandler(Object, IntPtr)
Declaration
public OutlookViewItemEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, OutlookViewItemEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, OutlookViewItemEventArgs args, AsyncCallback callback, object object)
Parameters
System.
|
Outlook
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, OutlookViewItemEventArgs)
Declaration
public virtual void Invoke(object sender, OutlookViewItemEventArgs args)
Parameters
System.
|
Outlook
|