Represents the method that handles the AfterPacketClose event.
[Visual Basic .NET] Public Delegate Sub AfterPacketCloseEventHandler ( _ ByVal saved As Boolean _ )
[C#] public delegate void AfterPacketCloseEventHandler ( bool saved );