Search Results for

    Show / Hide Table of Contents

    Class RelationIdentifierChangedEventArgs

    Represents the event data for the changed event of the RelationIdentifiers class

    Inheritance
    System.Object
    System.EventArgs
    RelationIdentifierChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: TimeCockpit.Data
    Assembly: TimeCockpit.Data.dll
    Syntax
    public sealed class RelationIdentifierChangedEventArgs : EventArgs

    Constructors

    RelationIdentifierChangedEventArgs()

    Declaration
    public RelationIdentifierChangedEventArgs()

    Properties

    RelationName

    Gets or sets the name of the relation that has changed.

    Declaration
    public string RelationName { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2020 software architects gmbh