Initializes a new instance of the SavedEventArgs class.
Namespace: BlogEngine.Core
Assembly: BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public SavedEventArgs( SaveAction action )
Public Sub New ( _ action As SaveAction _ )
public: SavedEventArgs ( SaveAction action )
Parameters
- action
- SaveAction
The action.
See Also
SavedEventArgs Class
BlogEngine.Core Namespace