Click or drag to resize

Event General Editor

Name

Name of the event. Event names must start with a capital letter and can contain only alphanumeric characters.

Delegate type

The delegate type of the event.

Generic delegate types are supported. For information on how to use generic types, refer to Generics (C# Programming Guide)

Tip Tip

For additional information on delegate types in IVI.NET drivers, see the section Understanding Event Types in the topic Adding an Event.

Target frameworks

Specifies the target frameworks supported by the event. Typically, this will be set to Inherited, which indicates that the event supports the same target frameworks as the parent class. However, you can override this setting to specify a minimum target framework or a specific set of target frameworks. Nimbus will update the driver code accordingly with #if statements to selectively include or exclude code based on the target framework.

See Also

Download a complete CHM version of this documentation here.