Click or drag to resize
RegionEventCallbackArgument Property
Returns the callbackArgument passed to the method that generated this event. See the Region interface methods that take a callbackArgument parameter.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public IGFSerializable CallbackArgument { get; }

Property Value

Type: IGFSerializable
See Also