This is a migrated thread and some comments may be shown as answers.

Problema ToggleStateChanged

1 Answer 56 Views
Form
This is a migrated thread and some comments may be shown as answers.
Andrés David Santacoloma Isaza
Top achievements
Rank 1
Andrés David Santacoloma Isaza asked on 14 Apr 2010, 09:29 PM
Hola:

tengo problemas porque marca error cuando coloco la siguiente instrucción:

 

cbHorizontalFlip.ToggleStateChanged -= HorizVert_ToggleStateChanged

el error se produce porque exige enviarle parámetros al método HorizVert_ToggleStateChanged

Este método está en el tutorial de RadForms

Gracias.

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 21 Apr 2010, 04:19 PM
Hi Andrés David Santacoloma Isaza,

Please refer to the following article which describes the process of hooking and unhooking event handlers: http://msdn.microsoft.com/en-us/library/aa645739(VS.71).aspx

Considering this information, you need a method named HorizVert_ToggleStateChanged if you want to use the code snippet in question: cbHorizontalFlip.ToggleStateChanged -= HorizVert_ToggleStateChanged.

Regards,
Nikolay
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Form
Asked by
Andrés David Santacoloma Isaza
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or