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

適用於