Namespace: OpenEdge.Core
Class
EventArgs
Parent classes:
Progress.Lang.Object

Inherits: Progress.Lang.Object

Copyright (c) 2016-2017 by Progress Software Corporation. All rights reserved.
/* ------------------------------------------------------------------------
File:EventArgs
Purpose:Generic event arguments class, including static 'Empty'
option.
Author(s):pjudge
Created:Mon Jul 27 11:45:09 EDT 2009
Notes:* Using EventArgs allows us to extend arguments without
changing event signatures.
requirement for that to happen. although outside of
'empty' this is a somewhat useless class :)
Purpose: A single instance of this class so that we don't have
to pass nulls around (ie we can depend on there always being
a value if we so desire).



Constructor Summary
Options Name Purpose
EventArgs ()

Property Summary
Options Name Purpose
OpenEdge.Core.EventArgs Empty


Constructor Detail
Top

EventArgs ()



Property Detail
Top

OpenEdge.Core.EventArgs Empty

Returns OpenEdge.Core.EventArgs


Copyright © 2022 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7.15