RemoveExtraConnectionEventHandler 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.
public delegate void RemoveExtraConnectionEventHandler(System::Object ^ sender, RemoveExtraConnectionEventArgs ^ args);
public delegate void RemoveExtraConnectionEventHandler(object sender, RemoveExtraConnectionEventArgs args);
type RemoveExtraConnectionEventHandler = delegate of obj * RemoveExtraConnectionEventArgs -> unit
Public Delegate Sub RemoveExtraConnectionEventHandler(sender As Object, args As RemoveExtraConnectionEventArgs)
Parameters
- sender
- Object