ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / PositionChangedEventArgs Class
Members

In This Topic
    PositionChangedEventArgs Class
    In This Topic
    Provides data for the C1Window.PositionChanged event.
    Object Model
    PositionChangedEventArgs Class
    Syntax
    'Declaration
     
    Public Class PositionChangedEventArgs 
       Inherits System.EventArgs
    public class PositionChangedEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.WPF.Docking.PositionChangedEventArgs

    See Also