Nevron .NET Vision
Nevron.Editors Namespace / NDateTimeSpanEditor Class / RightToLeftLayoutChanged Event


In This Topic
    RightToLeftLayoutChanged Event (NDateTimeSpanEditor)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatPropertyChanged")>
    <SRDescriptionAttribute("ControlOnRightToLeftLayoutChangedDescr")>
    Public Event RightToLeftLayoutChanged As System.EventHandler
    'Usage
     
    
    Dim instance As NDateTimeSpanEditor
    Dim handler As System.EventHandler
     
    AddHandler instance.RightToLeftLayoutChanged, handler
    [SRCategory("CatPropertyChanged")]
    [SRDescription("ControlOnRightToLeftLayoutChangedDescr")]
    public event System.EventHandler RightToLeftLayoutChanged
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also