ExternalApplication.adapter_AdapterProcessChangedEvent(Process) Method
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.
Event handler which is run when an adapter needs to notify UII of a process change.
protected:
void adapter_AdapterProcessChangedEvent(System::Diagnostics::Process ^ process);
protected void adapter_AdapterProcessChangedEvent (System.Diagnostics.Process process);
member this.adapter_AdapterProcessChangedEvent : System.Diagnostics.Process -> unit
Protected Sub adapter_AdapterProcessChangedEvent (process As Process)
Parameters
- process
- Process