Search Results for

    Show / Hide Table of Contents

    Class DirectoryLoadedEventArgs

    Event argument for creating directories in the tree view

    Inheritance
    System.Object
    System.EventArgs
    DirectoryLoadedEventArgs
    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: Simplic.Framework.DBUI.Repository
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class DirectoryLoadedEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    DirectoryLoadedEventArgs(RadTreeViewItem, RepositoryDirectoryInfo)

    Create event argument with parameter

    Declaration
    public DirectoryLoadedEventArgs(RadTreeViewItem visualItem, RepositoryDirectoryInfo directory)
    Parameters
    Type Name Description
    RadTreeViewItem visualItem

    RadTreeViewItem instance

    RepositoryDirectoryInfo directory

    Directory information

    Properties

    | Improve this Doc View Source

    Directory

    Directory instance

    Declaration
    public RepositoryDirectoryInfo Directory { get; }
    Property Value
    Type Description
    RepositoryDirectoryInfo
    | Improve this Doc View Source

    VisualItem

    Tree view item instance

    Declaration
    public RadTreeViewItem VisualItem { get; }
    Property Value
    Type Description
    RadTreeViewItem
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx