Search Results for

    Show / Hide Table of Contents

    Class ContentChangedEventArgs

    Eventargs which will be used for NotifiableContentPresenter ContentChanged event

    Inheritance
    System.Object
    System.EventArgs
    System.Windows.RoutedEventArgs
    ContentChangedEventArgs
    Inherited Members
    System.Windows.RoutedEventArgs.OnSetSource(System.Object)
    System.Windows.RoutedEventArgs.InvokeEventHandler(System.Delegate, System.Object)
    System.Windows.RoutedEventArgs.RoutedEvent
    System.Windows.RoutedEventArgs.Handled
    System.Windows.RoutedEventArgs.Source
    System.Windows.RoutedEventArgs.OriginalSource
    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.UIDataTemplate
    Assembly: Simplic.UIDataTemplate.dll
    Syntax
    public class ContentChangedEventArgs : RoutedEventArgs

    Constructors

    | Improve this Doc View Source

    ContentChangedEventArgs(RoutedEvent, Object, DependencyObject, DependencyObject)

    Initialize event

    Declaration
    public ContentChangedEventArgs(RoutedEvent routedEvent, object source, DependencyObject visualAdded, DependencyObject visualRemoved)
    Parameters
    Type Name Description
    System.Windows.RoutedEvent routedEvent

    Event instance

    System.Object source

    Event source

    System.Windows.DependencyObject visualAdded
    System.Windows.DependencyObject visualRemoved

    Properties

    | Improve this Doc View Source

    VisualAdded

    Gets or sets the added item

    Declaration
    public DependencyObject VisualAdded { get; }
    Property Value
    Type Description
    System.Windows.DependencyObject
    | Improve this Doc View Source

    VisualRemoved

    Gets or sets the removed item

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