SmoApplication.AnyObjectEventHandler Delegate

Definition

called for any of the above events. This allows handling all event types using one handler

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)

Parameters

sender
Object

Applies to