Syntax
| C# |
|---|
public sealed class RegionEvent |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class RegionEvent |
| Visual C++ |
|---|
public ref class RegionEvent sealed |
The type exposes the following properties.
Public Properties
| Name | Description | |
|---|---|---|
| CallbackArgument |
Returns the callbackArgument passed to the method that generated
this event. See the Region interface methods
that take a callbackArgument parameter.
| |
| Region |
Return the region this event occurred in.
| |
| RemoteOrigin |
Returns true if the event originated in a remote process.
|
See Also
GemStone.GemFire.Cache Namespace