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