field: NonSerializable

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know if it is possible to apply the field: NonSerializable to an
event in Visual Basic 2005?

I am trying to serialize a complex object that contains lots of declarations
and event hanlders and would like to avoid having to implement Iserializable
just because of this shortcoming.

Thanks,
Hanika
 
Does anyone know if it is possible to apply the field: NonSerializable to an
event in Visual Basic 2005?

Not that I know, but you can use the new, custom event syntax instead.
That gives you full control over the backing delegate.



Mattias
 
Thanks.

Mattias Sjögren said:
Not that I know, but you can use the new, custom event syntax instead.
That gives you full control over the backing delegate.



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top