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