AdapterProcessChanged Delegate

Definition

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.

Applies to