AdapterProcessChanged 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.
Represents the abstract class that is used by UII developers to create external adapters.
public delegate void AdapterProcessChanged(Process ^ process);
public delegate void AdapterProcessChanged(Process process);
type AdapterProcessChanged = delegate of Process -> unit
Public Delegate Sub AdapterProcessChanged(process As Process)
Parameters
- process
- Process
Specifies the process.