ExpiringCollectionTItemAfterCheckForExpiredItemsDelegate Property |
Gets or sets an optional delegate that is called after the check for expired items is made.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Action AfterCheckForExpiredItemsDelegate { get; set; }
Public Property AfterCheckForExpiredItemsDelegate As Action
Get
Set
public:
property Action^ AfterCheckForExpiredItemsDelegate {
Action^ get ();
void set (Action^ value);
}
member AfterCheckForExpiredItemsDelegate : Action with get, set
Property Value
Type:
ActionSee Also