TypeObsoleteEventHandler 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.
An event that gets raised when a type has become obsolete.
public delegate void TypeObsoleteEventHandler(System::Object ^ sender, TypeObsoleteEventArgs ^ e);
public delegate void TypeObsoleteEventHandler(object sender, TypeObsoleteEventArgs e);
type TypeObsoleteEventHandler = delegate of obj * TypeObsoleteEventArgs -> unit
Public Delegate Sub TypeObsoleteEventHandler(sender As Object, e As TypeObsoleteEventArgs)
Parameters
- sender
- Object
Delegate sender.