Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NAutoCompleteBoxControl Class / SourceUpdated Event


In This Topic
    SourceUpdated Event (NAutoCompleteBoxControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event SourceUpdated As System.EventHandler(Of DataTransferEventArgs)
    'Usage
     
    
    Dim instance As NAutoCompleteBoxControl
    Dim handler As System.EventHandler(Of DataTransferEventArgs)
     
    AddHandler instance.SourceUpdated, handler
    public event System.EventHandler<DataTransferEventArgs> SourceUpdated
    Event Data

    The event handler receives an argument of type System.Windows.Data.DataTransferEventArgs containing data related to this event. The following DataTransferEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from System.Windows.RoutedEventArgs)
    (Inherited from System.Windows.RoutedEventArgs)
    Gets the specific binding target property that is involved in the data transfer event.  
    (Inherited from System.Windows.RoutedEventArgs)
    (Inherited from System.Windows.RoutedEventArgs)
    Gets the binding target object of the binding that raised the event.  
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also