As part of a project I am working on I have been asked to split all the code in classes into regions eg:
#region public methods
#endregion public methods
#region public properties
#endregion public properties
#region private methods
#endregion private methods
#region private properties
#endregion private properties
How should I classify internal properties and event handlers