Namespace: OpenEdge.Core
Type: Class EventArgs
Parent Classes:
Progress.Lang.Object

Inherits: Progress.Lang.Object


Copyright (c) 2016-2017, 2021 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 () /* Default constructor */

Property Summary
  Options Name Purpose
  OpenEdge.Core.EventArgs Empty


Constructor Detail
Top

EventArgs ()

/* Default constructor


Property Detail
Top

OpenEdge.Core.EventArgs Empty

Returns OpenEdge.Core.EventArgs