\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List Namespace / CellAccessibleObject Class / RaiseAutomationNotification Method

In This Topic
    RaiseAutomationNotification Method (CellAccessibleObject)
    In This Topic
    Syntax
    'Declaration
     
    Public Function RaiseAutomationNotification( _
       ByVal notificationKind As System.Windows.Forms.Automation.AutomationNotificationKind, _
       ByVal notificationProcessing As System.Windows.Forms.Automation.AutomationNotificationProcessing, _
       ByVal notificationText As System.String _
    ) As System.Boolean
    public System.bool RaiseAutomationNotification( 
       System.Windows.Forms.Automation.AutomationNotificationKind notificationKind,
       System.Windows.Forms.Automation.AutomationNotificationProcessing notificationProcessing,
       System.string notificationText
    )

    Parameters

    notificationKind
    notificationProcessing
    notificationText
    See Also