C# Class Open.Core.Helpers.EventHelper

Utility methods for working with events.
显示文件 Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
FireClick ( object source ) : bool

Fires the click event from the source object (if it exposes a parameterless 'FireClick' method).

Method Details

FireClick() public method

Fires the click event from the source object (if it exposes a parameterless 'FireClick' method).
public FireClick ( object source ) : bool
source object The source object to fire the event.
return bool