Namespace: DeltaEngine.PlatformsAssembly: DeltaEngine.Platforms (in DeltaEngine.Platforms.dll) Version: 1.1.1.0 (1.1.1)
protected event Action ContentIsReady
protected event Action ContentIsReady
Protected Event ContentIsReady As Action
Protected Event ContentIsReady As Action
protected:
event Action^ ContentIsReady {
void add (Action^ value);
void remove (Action^ value);
}
protected:
event Action^ ContentIsReady {
void add (Action^ value);
void remove (Action^ value);
}
member ContentIsReady : IEvent<Action,
EventArgs>
member ContentIsReady : IEvent<Action,
EventArgs>
Value
Type:
System Action