Public event used to indicate in settings have been changed.
Namespace: BlogEngine.Core
Assembly: BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public static event EventHandler<EventArgs> Changed
Public Shared Event Changed As EventHandler(Of EventArgs)
public: static event EventHandler<EventArgs^>^ Changed { void add (EventHandler<EventArgs^>^ value); void remove (EventHandler<EventArgs^>^ value); }
See Also
BlogSettings Class
BlogEngine.Core Namespace