SmoApplication.AnyObjectEventHandler 委托

定义

为上述任何事件调用。 这允许使用一个处理程序处理所有事件类型

public delegate void SmoApplication.AnyObjectEventHandler(object sender, SmoEventArgs e);
type SmoApplication.AnyObjectEventHandler = delegate of obj * SmoEventArgs -> unit
Public Delegate Sub SmoApplication.AnyObjectEventHandler(sender As Object, e As SmoEventArgs)

参数

sender
Object

适用于