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

Telerik.Windows.Controls to My.Windows.Controls

1 Answer 48 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
pradeep
Top achievements
Rank 1
pradeep asked on 01 Oct 2010, 12:18 PM
Hi ,
I developed Custom Calender using RadCalendar control.
Few properties  and Events reffer Telerik.Windows.Controls.
For example:
public event System.EventHandler<Telerik.Windows.Controls.Calendar.CalendarModeChangedEventArgs> DisplayModeChanged
    {
        add { RadCalendar.DisplayModeChanged += value; }
        remove { RadCalendar.DisplayModeChanged -= value; }
    }
In above code block iam using "Telerik.Windows.Controls.Calendar.CalendarModeChangedEventArgs" 
Now i want to use "MY.Windows.Controls.Calendar.CalendarModeChangedEventArgs"
The developer should not use Any telerix Reference , when he is using my Custom control.He just need to use 
My.Windows.controls.
What should i do to change Telerix to MY while using those events ?
Can you guys help me.

Thanks,
Pradeep.

1 Answer, 1 is accepted

Sort by
0
Kaloyan
Telerik team
answered on 06 Oct 2010, 09:32 AM
Hello pradeep,

You can't change the event handler type of the DisplayModeChanged event.

Sincerely yours,
Kaloyan
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
Calendar
Asked by
pradeep
Top achievements
Rank 1
Answers by
Kaloyan
Telerik team
Share this question
or