Delegate AutoSaveAvailableEventHandler
Represents the method that will handle the AutoSaveAvailable event of the Project.
Assembly: ABB.Robotics.RobotStudio.dll
Syntax
public delegate void AutoSaveAvailableEventHandler(object sender, AutoSaveAvailableEventArgs e)
Parameters
| Type |
Name |
Description |
| object |
sender |
Represents the method that will handle the AutoSaveAvailable event of the . |
| AutoSaveAvailableEventArgs |
e |
Represents the method that will handle the AutoSaveAvailable event of the . |
Constructors
AutoSaveAvailableEventHandler(object, IntPtr)
Declaration
public AutoSaveAvailableEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(object, AutoSaveAvailableEventArgs, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, AutoSaveAvailableEventArgs e, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Invoke(object, AutoSaveAvailableEventArgs)
Declaration
public virtual void Invoke(object sender, AutoSaveAvailableEventArgs e)
Parameters