Skip to content

ControlNotify Event

Description

Occurs when a control sends a notification.

Syntax

Public Event ControlNotify( _
    ByVal Control As CommandBarControl, _
    ByVal Code As Long, _
    ByVal NotifyData As Variant, _
    ByRef Handled As Variant _
)

Parameters

  • Control
    Control that sent the notification.

  • Code
    Code to determine which notification was sent. This will be a flag from the XTPControlNotify enumeration.

  • NotifyData
    Additional information that this notification can have. Added for future use and is not currently utilized.

  • Handled
    True to handle the notification yourself, False to let the framework handle the notification.

Remarks

Some controls can send additional notifications, such as when the combo box receives or loses focus or when the edit text changes.

See Also


See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.