SmoApplication.AnyObjectEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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