C++ Attributes: event

Specifies that the interface or method fires events

Syntax

[
    define_attribute = "event",
    help_string = "Specifies that the interface or method fires events",
    usage = eCoClassMethodUsage | eInterfaceUsage | eMethodUsage,
    group = eCompilerGroup,
    shipping = "true",
    variable_args = "true"
];