C# (CSharp) Framework ProfileChangingArgs - 2 ejemplos encontrados. Estos son los ejemplos en C# (CSharp) del mundo real mejor valorados de Framework.ProfileChangingArgs extraídos de proyectos de código abierto. Puedes valorar ejemplos para ayudarnos a mejorar la calidad de los ejemplos.
Relacionados
Related in langs
EventArgs class to be passed as the second parameter of a Profile.Changing event handler.
This class provides all the information relevant to the change about to be made to the Profile. Besides the properties of ProfileChangedArgs, it adds the Cancel property which allows the event handler to prevent the change from happening.