enumSccEvent Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Signifies an event that has occurred in the project engine.
public enum class enumSccEvent
public enum class enumSccEvent
enum enumSccEvent
public enum enumSccEvent
type enumSccEvent =
Public Enum enumSccEvent
- Inheritance
-
enumSccEvent
Fields
ePreDirtyNotification | 1 | Event occurs before the file is changed. |
eProjectInScc | 0 | Notifies that new project is under source code control. |
Remarks
Used by the SccEvent method.