SfcApplication.SfcObjectDroppedEventHandler 委托

定义

成功删除对象时调用

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)

参数

sender
Object

适用于