SfcApplication.SfcObjectDroppedEventHandler Delegate
Definition
called when an object is successfully dropped
public delegate void SfcApplication.SfcObjectDroppedEventHandler(object sender, SfcObjectDroppedEventArgs e);
type SfcApplication.SfcObjectDroppedEventHandler = delegate of obj * SfcObjectDroppedEventArgs -> unit
Public Delegate Sub SfcApplication.SfcObjectDroppedEventHandler(sender As Object, e As SfcObjectDroppedEventArgs)
Parameters
- sender
- Object
- Inheritance
-
SfcApplication.SfcObjectDroppedEventHandler