Show / Hide Table of Contents

    Class IsPresentedChangedEventArgs

    Inheritance
    System.Object
    System.EventArgs
    IsPresentedChangedEventArgs
    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: Tizen.UIExtensions.ElmSharp
    Assembly: Tizen.UIExtensions.ElmSharp.dll
    Syntax
    public class IsPresentedChangedEventArgs : EventArgs

    Constructors

    IsPresentedChangedEventArgs(Boolean)

    Declaration
    public IsPresentedChangedEventArgs(bool isPresent)
    Parameters
    Type Name Description
    System.Boolean isPresent

    Properties

    IsPresent

    Value of IsPresent

    Declaration
    public bool IsPresent { get; }
    Property Value
    Type Description
    System.Boolean
    Back to top Copyright © 2021 Samsung
    Generated by DocFX