Search Results for

    Show / Hide Table of Contents

    Class DefaultRadDocumentPane

    Inheritance
    System.Object
    DefaultRadDocumentPane
    Namespace: Simplic.Framework.UI
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public class DefaultRadDocumentPane : RadDocumentPane

    Constructors

    | Improve this Doc View Source

    DefaultRadDocumentPane()

    Initialize document pane

    Declaration
    public DefaultRadDocumentPane()

    Properties

    | Improve this Doc View Source

    Identification

    Gets or sets the app identification

    Declaration
    public Guid Identification { get; set; }
    Property Value
    Type Description
    System.Guid

    Methods

    | Improve this Doc View Source

    Close()

    Declaration
    public void Close()
    | Improve this Doc View Source

    OnClosed(EventArgs)

    Declaration
    public virtual void OnClosed(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    | Improve this Doc View Source

    OnClosing(CancelEventArgs)

    Declaration
    public virtual void OnClosing(CancelEventArgs e)
    Parameters
    Type Name Description
    System.ComponentModel.CancelEventArgs e
    | Improve this Doc View Source

    OnIsSelectedChanged(Boolean, Boolean)

    Declaration
    protected override void OnIsSelectedChanged(bool oldValue, bool newValue)
    Parameters
    Type Name Description
    System.Boolean oldValue
    System.Boolean newValue

    Events

    | Improve this Doc View Source

    Closed

    Declaration
    public event EventHandler Closed
    Event Type
    Type Description
    System.EventHandler
    | Improve this Doc View Source

    Closing

    Declaration
    public event CancelEventHandler Closing
    Event Type
    Type Description
    System.ComponentModel.CancelEventHandler
    | Improve this Doc View Source

    SelectionChanged

    Declaration
    public event EventHandler<EventArgs> SelectionChanged
    Event Type
    Type Description
    System.EventHandler<System.EventArgs>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx