Class DiagramItemAppearanceWatcherAddedEventArgs
Параметры события добавления нового клиента, получающего рассылку об изменениях внешнего вида элементов мнемосхемы.
Inheritance
System.Object
System.EventArgs
DiagramItemAppearanceWatcherAddedEventArgs
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: Lers.Core.Events
Assembly: Lers.Server.System.dll
Syntax
public class DiagramItemAppearanceWatcherAddedEventArgs : EventArgs
Constructors
DiagramItemAppearanceWatcherAddedEventArgs(EntityIdentifier, String)
Инициализирует новый экземпляр класса.
Declaration
public DiagramItemAppearanceWatcherAddedEventArgs(EntityIdentifier id, string clientId)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityIdentifier | id | |
| System.String | clientId | Идентификатор клиента. |
Properties
ClientId
Идентификатор клиента.
Declaration
public string ClientId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
DiagramId
Идентификатор мнемосхемы.
Declaration
public EntityIdentifier DiagramId { get; }
Property Value
| Type | Description |
|---|---|
| EntityIdentifier |