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