Show / Hide Table of Contents

Class ComponentRemovedEventArgs

A new component has been removed from the Component Manager.

Inheritance
System.Object
System.EventArgs
ComponentRemovedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DelsysAPI.Events
Assembly: DelsysAPI.dll
Syntax
public class ComponentRemovedEventArgs : EventArgs

Constructors

ComponentRemovedEventArgs()

Declaration
public ComponentRemovedEventArgs()

Fields

Component

Declaration
public Component Component
Field Value
Type Description
Component
Back to top Generated by DocFX