Namespace: DeltaEngine.Editor.MocksAssembly: DeltaEngine.Editor.Mocks (in DeltaEngine.Editor.Mocks.dll) Version: 1.1.1.0 (1.1.1)
public event Action<string> ContentDeleted
public event Action<string> ContentDeleted
Public Event ContentDeleted As Action(Of String)
Public Event ContentDeleted As Action(Of String)
public:
virtual event Action<String^>^ ContentDeleted {
void add (Action<String^>^ value);
void remove (Action<String^>^ value);
}
public:
virtual event Action<String^>^ ContentDeleted {
void add (Action<String^>^ value);
void remove (Action<String^>^ value);
}
abstract ContentDeleted : IEvent<Action<string>,
EventArgs>
override ContentDeleted : IEvent<Action<string>,
EventArgs>
abstract ContentDeleted : IEvent<Action<string>,
EventArgs>
override ContentDeleted : IEvent<Action<string>,
EventArgs>
Value
Type:
System Action String Implements
Service ContentDeleted