RE: Finding the .NET equivalent of the bAddEvent |
Post Reply |
Author | |
belkaze
Groupie Joined: 10 September 2010 Status: Offline Points: 16 |
Post Options
Thanks(0)
Posted: 19 August 2012 at 8:10pm |
Does anyone know what the .NET equivalent of m_bAddEvent from the EditEvenArgs? The VB version is as follows Public g_pEditEvenArgs As New EditEvenArgs Set Me.m_pCalendar = Forms(T).g_pEditEvenArgs.m_pCalendar Set Me.m_pEditingEvent = Forms(T).g_pEditEvenArgs.m_pEditingEvent Me.m_bAddEvent = Forms(T).g_pEditEvenArgs.m_bAddEvent
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
wndCalendarControl.DataProvider.AddEvent(EditingEvent); |
|
belkaze
Groupie Joined: 10 September 2010 Status: Offline Points: 16 |
Post Options
Thanks(0)
|
Thanks
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |