'Declaration Public Event GetCacheOptionsCompleted As EventHandler(Of GetCacheOptionsCompletedEventArgs)
public event EventHandler<GetCacheOptionsCompletedEventArgs> GetCacheOptionsCompleted
Event Data
The event handler receives an argument of type GetCacheOptionsCompletedEventArgs containing data related to this event. The following GetCacheOptionsCompletedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CacheReport | |
Cancelled | (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |
Error | (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |
Item | |
Result | |
UserState | (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |
See Also