public event EventHandler<InstanceToProfileEventArgs> OnToProfile
Event Data
The event handler receives an argument of type Global.Args.InstanceToProfileEventArgs containing data related to this event. The following InstanceToProfileEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| MethodName | |
| ParamName | |
| ParamValue |
Requirements
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.
See Also