Show / Hide Table of Contents

    Class ViewChangedEventArgs

    Inheritance
    System.Object
    System.EventArgs
    ViewChangedEventArgs
    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: Mapsui.UI
    Assembly: Mapsui.dll
    Syntax
    public class ViewChangedEventArgs : EventArgs

    Properties

    | Improve this Doc View Source

    UserAction

    Declaration
    public bool UserAction { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Viewport

    Declaration
    public IViewport Viewport { get; set; }
    Property Value
    Type Description
    IViewport
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX