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